home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 May (DVD) / Macworld Resource DVD May 2003.toast / Data / Shareware / Internet / blogapp1.3.sit / blogapp.dmg / BlogApp 1.3.app / Contents / Resources / AppleScriptKit.asdictionary (.txt) next >
Encoding:
NeXT TypedStream Data  |  2002-09-13  |  312.4 KB  |  2,615 lines

  1. typedstream
  2. NSMutableDictionary
  3. NSDictionary
  4. NSObject
  5. NSString
  6. script dictionary
  7. NSMutableArray
  8. NSArray
  9. classes
  10. window
  11. content
  12. NSMutableData
  13. NSData
  14. [1173c]Class window: A window.
  15. Plural form:
  16.     windows
  17. Properties:
  18.     <Inheritance>  item  [r/o]  -- All of the properties of the superclass.
  19.     modal  boolean  [r/o]  -- Whether the window is the application's current modal window.
  20.     closeable  boolean  [r/o]  -- Whether the window has a close box.
  21.     name  Unicode text  -- The full title of the window.
  22.     resizable  boolean  [r/o]  -- Whether the window can be resized.
  23.     index  integer  -- The index of the window in the back-to-front window ordering.
  24.     miniaturizable  boolean  [r/o]  -- Whether the window can be miniaturized.
  25.     floating  boolean  [r/o]  -- Whether the window floats.
  26.     bounds  bounding rectangle  -- The bounding rectangle of the window.
  27.     zoomed  boolean  -- Whether the window is currently zoomed.
  28.     visible  boolean  -- Whether the window is currently visible.
  29.     id  integer  [r/o]  -- The unique identifier of the window.
  30.     titled  boolean  [r/o]  -- Whether the window has a title bar.
  31.     miniaturized  boolean  -- Whether the window is currently miniaturized.
  32.     zoomable  boolean  [r/o]  -- Whether the window can be zoomed.
  33.     document  document  [r/o]  -- The document whose contents are being displayed in the window.
  34. style
  35. [1582c]
  36. application
  37. [618c]Class application: An application's top level scripting object.
  38. Plural form:
  39.     applications
  40. Elements:
  41.     document by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  42.     window by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  43. Properties:
  44.     <Inheritance>  item  [r/o]  -- All of the properties of the superclass.
  45.     frontmost  boolean  [r/o]  -- Is this the frontmost (active) application?
  46.     name  Unicode text  [r/o]  -- The name of the application.
  47.     version  Unicode text  [r/o]  -- The version of the application.
  48. [582c]
  49. [177c]Class item: A scriptable object.
  50. Plural form:
  51.     items
  52. Properties:
  53.     class  type class  [r/o]  -- The class of the object.
  54.     properties  record  -- All of the object's properties.
  55. [282c]
  56. document
  57. [310c]Class document: A document.
  58. Plural form:
  59.     documents
  60. Properties:
  61.     <Inheritance>  item  [r/o]  -- All of the properties of the superclass.
  62.     path  Unicode text  -- The document's path.
  63.     modified  boolean  [r/o]  -- Has the document been modified since the last save?
  64.     name  Unicode text  -- The document's name.
  65. [462c]
  66. color
  67. [129c]Class color: A color.
  68. Plural form:
  69.     colors
  70. Properties:
  71.     <Inheritance>  item  [r/o]  -- All of the properties of the superclass.
  72. [202c]
  73. events
  74. [200c]save: Save an object.
  75.     save  reference  -- the object for the command
  76.         [in  Unicode text]  -- The file in which to save the object.
  77.         [as  Unicode text]  -- The file type in which to save the data.
  78. [382c]
  79. exists
  80. [136c]exists: Verify if an object exists.
  81.     exists  reference  -- the object for the command
  82.     Result:   boolean  -- the reply for the command
  83. [109c]set: Set an object's data.
  84.     set  reference  -- the object for the command
  85.         to  anything  -- The new value.
  86. [222c]
  87. [131c]get: Get the data for an object.
  88.     get  reference  -- the object for the command
  89.     Result:   anything  -- the reply for the command
  90. [154c]move: Move object(s) to a new location.
  91.     move  reference  -- the object for the command
  92.         to  location reference  -- The new location for the object(s).
  93. count
  94. [237c]count: Return the number of elements of a particular class within an object.
  95.     count  reference  -- the object for the command
  96.         [each  type class]  -- The class of objects to be counted.
  97.     Result:   integer  -- the reply for the command
  98. [322c]
  99.     duplicate
  100. [320c]duplicate: Copy object(s) and put the copies at a new location.
  101.     duplicate  reference  -- the object for the command
  102.         to  location reference  -- The location for the new object(s).
  103.         [with properties  record]  -- Properties to be set in the new duplicated object(s).
  104.     Result:   reference  -- the reply for the command
  105. [402c]
  106. print
  107. [69c]print: Print an object.
  108.     print  a list of alias  -- list of objects
  109. [142c]
  110. [66c]open: Open an object.
  111.     open  a list of alias  -- list of objects
  112. [150c]quit: Quit an application.
  113.     quit  reference  -- the object for the command
  114.         [saving]  -- Specifies whether changes should be saved before quitting.
  115. delete
  116. [77c]delete: Delete an object.
  117.     delete  reference  -- the object for the command
  118. [351c]make: Make a new object.
  119.     make
  120.         [at  location reference]  -- The location at which to insert the object.
  121.         new  type class  -- The class of the new object.
  122.         [with data  anything]  -- The initial data for the object.
  123.         [with properties  record]  -- The initial values for properties of the object.
  124.     Result:   reference  -- the reply for the command
  125. close
  126. [217c]close: Close an object.
  127.     close  reference  -- the object for the command
  128.         [saving in  Unicode text]  -- The file in which to save the object.
  129.         [saving]  -- Specifies whether changes should be saved before closing.
  130. [342c]
  131. suite description
  132. [68c]Standard Suite: Common classes and commands for most applications.
  133. [42c]
  134. Standard Suite
  135. [713c]Class text: Rich (styled) text
  136. Elements:
  137.     attribute run by numeric index, before/after another element, as a range of elements, satisfying a test
  138.     character by numeric index, before/after another element, as a range of elements, satisfying a test
  139.     paragraph by numeric index, before/after another element, as a range of elements, satisfying a test
  140.     word by numeric index, before/after another element, as a range of elements, satisfying a test
  141. Properties:
  142.     <Inheritance>  item  [r/o]  -- All of the properties of the superclass.
  143.     font  Unicode text  -- The name of the font of the first character.
  144.     color  color  -- The color of the first character.
  145.     size  integer  -- The size in points of the first character.
  146. [562c]
  147. attachment
  148. [670c]Class attachment: Represents an inline text attachment.  This class is used mainly for make commands.
  149. Elements:
  150.     attribute run by numeric index, before/after another element, as a range of elements, satisfying a test
  151.     character by numeric index, before/after another element, as a range of elements, satisfying a test
  152.     paragraph by numeric index, before/after another element, as a range of elements, satisfying a test
  153.     word by numeric index, before/after another element, as a range of elements, satisfying a test
  154. Properties:
  155.     <Inheritance>  text  [r/o]  -- All of the properties of the superclass.
  156.     file name  Unicode text  -- The path to the file for the attachment
  157.     character
  158. [766c]Class character: This subdivides the text into characters.
  159. Plural form:
  160.     characters
  161. Elements:
  162.     attribute run by numeric index, before/after another element, as a range of elements, satisfying a test
  163.     character by numeric index, before/after another element, as a range of elements, satisfying a test
  164.     paragraph by numeric index, before/after another element, as a range of elements, satisfying a test
  165.     word by numeric index, before/after another element, as a range of elements, satisfying a test
  166. Properties:
  167.     <Inheritance>  item  [r/o]  -- All of the properties of the superclass.
  168.     font  Unicode text  -- The name of the font of the first character.
  169.     color  color  -- The color of the first character.
  170.     size  integer  -- The size in points of the first character.
  171. [602c]
  172.     paragraph
  173. Class paragraph: This subdivides the text into paragraphs.
  174. Plural form:
  175.     paragraphs
  176. Elements:
  177.     attribute run by numeric index, before/after another element, as a range of elements, satisfying a test
  178.     character by numeric index, before/after another element, as a range of elements, satisfying a test
  179.     paragraph by numeric index, before/after another element, as a range of elements, satisfying a test
  180.     word by numeric index, before/after another element, as a range of elements, satisfying a test
  181. Properties:
  182.     <Inheritance>  item  [r/o]  -- All of the properties of the superclass.
  183.     font  Unicode text  -- The name of the font of the first character.
  184.     color  color  -- The color of the first character.
  185.     size  integer  -- The size in points of the first character.
  186. attribute run
  187. [804c]Class attribute run: This subdivides the text into chunks that all have the same attributes.
  188. Plural form:
  189.     attribute runs
  190. Elements:
  191.     attribute run by numeric index, before/after another element, as a range of elements, satisfying a test
  192.     character by numeric index, before/after another element, as a range of elements, satisfying a test
  193.     paragraph by numeric index, before/after another element, as a range of elements, satisfying a test
  194.     word by numeric index, before/after another element, as a range of elements, satisfying a test
  195. Properties:
  196.     <Inheritance>  item  [r/o]  -- All of the properties of the superclass.
  197.     font  Unicode text  -- The name of the font of the first character.
  198.     color  color  -- The color of the first character.
  199.     size  integer  -- The size in points of the first character.
  200. [751c]Class word: This subdivides the text into words.
  201. Plural form:
  202.     words
  203. Elements:
  204.     attribute run by numeric index, before/after another element, as a range of elements, satisfying a test
  205.     character by numeric index, before/after another element, as a range of elements, satisfying a test
  206.     paragraph by numeric index, before/after another element, as a range of elements, satisfying a test
  207.     word by numeric index, before/after another element, as a range of elements, satisfying a test
  208. Properties:
  209.     <Inheritance>  item  [r/o]  -- All of the properties of the superclass.
  210.     font  Unicode text  -- The name of the font of the first character.
  211.     color  color  -- The color of the first character.
  212.     size  integer  -- The size in points of the first character.
  213. [57c]Text Suite: A set of basic classes for text processing.
  214. Text Suite
  215.     formatter
  216. [55c]Class formatter: A formatter
  217. Plural form:
  218.     formatters
  219. [82c]
  220. [122c]Class data: Data
  221. Plural form:
  222.     data
  223. Properties:
  224.     <Inheritance>  item  [r/o]  -- All of the properties of the superclass.
  225. application
  226. [2247c]Class application: An application's top level scripting object
  227. Plural form:
  228.     applications
  229. Elements:
  230.     item by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  231.     window by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  232.     pasteboard by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  233.     sound by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  234.     document by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  235.     data source by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  236.     image by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  237.     movie by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  238.     event by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  239.     drag info by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  240. Properties:
  241.     <Inheritance>  responder  [r/o]  -- All of the properties of the superclass.
  242.     active  boolean  -- Is the application active?
  243.     main menu  menu  -- the main menu of the application
  244.     icon image  image  -- the icon for the application
  245.     services menu  menu  -- the services menu of the application
  246.     main window  window  [r/o]  -- the current main window of the application
  247.     version  integer  [r/o]  -- the version of the application
  248.     main bundle  bundle  -- the main bundle of the application
  249.     key window  window  [r/o]  -- the current key window
  250.     windows menu  menu  -- the windows menu of the application
  251.     open panel  open-panel  -- the open panel
  252.     hidden  boolean  -- Is the application hidden?
  253.     user defaults  user-defaults  -- the user defaults that contain the preferences for the application
  254.     font panel  font-panel  -- the font panel
  255.     name  Unicode text  [r/o]  -- the name of the application
  256.     color panel  color-panel  -- the color panel
  257.     save panel  save-panel  -- the save panel
  258. [1962c]
  259. bundle
  260. [837c]Class bundle: An object that contains executables, frameworks, resources, etc.
  261. Plural form:
  262.     bundles
  263. Properties:
  264.     <Inheritance>  item  [r/o]  -- All of the properties of the superclass.
  265.     scripts path  Unicode text  [r/o]  -- the path to the scripts in the bundle
  266.     path  Unicode text  [r/o]  -- the path to the bundle
  267.     frameworks path  Unicode text  [r/o]  -- the path to frameworks in the bundle
  268.     resource path  Unicode text  [r/o]  -- the path to resources in the bundle
  269.     shared support path  Unicode text  [r/o]  -- the path to the shared support items in the bundle
  270.     executable path  Unicode text  [r/o]  -- the path to executables in the bundle
  271.     identifier  Unicode text  [r/o]  -- the identifier for the bundle provided by the system
  272.     shared frameworks path  Unicode text  [r/o]  -- the path to the shared frameworks in the bundle
  273. [1002c]
  274. window
  275. [4932c]Class window: A window, which is the top level container of views
  276. Plural form:
  277.     windows
  278. Elements:
  279.     split view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  280.     image view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  281.     tab view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  282.     popup button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  283.     clip view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  284.     secure text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  285.     button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  286.     combo box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  287.     text view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  288.     matrix by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  289.     progress indicator by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  290.     table view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  291.     box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  292.     scroll view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  293.     table header view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  294.     color well by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  295.     text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  296.     movie view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  297.     view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  298.     drawer by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  299.     control by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  300.     slider by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  301.     stepper by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  302.     browser by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  303.     document by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  304. Properties:
  305.     <Inheritance>  responder  [r/o]  -- All of the properties of the superclass.
  306.     can hide  boolean  -- Can the window be hidden?
  307.     has resize indicator  boolean  -- Does the window have a resize indicator?
  308.     title  Unicode text  -- the title of the window
  309.     key  boolean  -- Is the window the key window?
  310.     associated file name  Unicode text  -- the file name associated with the window
  311.     maximum size  point  -- the maximum size of the window
  312.     alpha value  small real  -- the alpha value of the window
  313.     opaque  boolean  -- Is the window opaque?
  314.     needs display  boolean  -- Should the window be displayed?
  315.     zoomed  boolean  -- Is the window zoomed?
  316.     minimized title  Unicode text  -- the title of the window when it is minimized
  317.     auto display  boolean  -- Automatically display the window?
  318.     visible  boolean  -- Is the window visible?
  319.     sheet  boolean  [r/o]  -- Is the window a sheet?
  320.     position  point  -- the position of the window
  321.     miniaturized  boolean  -- Is the window miniaturized?
  322.     content view  view  -- the content view of the window
  323.     size  point  -- the size of the window
  324.     main  boolean  -- Is the window the main window?
  325.     minimum size  point  -- the minimum size of the window
  326.     first responder  responder  -- the first responder for the window
  327.     has shadow  boolean  -- Should the window have a shadow?
  328.     excluded from windows menu  boolean  -- Should the window be included in the Windows menu?
  329.     background color  color  -- the background color of the window?
  330.     hides when deactivated  boolean  -- Should the window be hidden when it is deactivated?
  331.     bounds  bounding rectangle  -- the size and position of the window
  332.     minimized image  image  -- the image for the window when it is minimized
  333.     released when closed  boolean  -- Should the window be released when it is closed?
  334.     document edited  boolean  -- Has the document been edited?
  335.     level  integer  -- the window layer for the window
  336. [3622c]
  337. default entry
  338. [257c]Class default entry: Entry in the user defaults
  339. Plural form:
  340.     default entries
  341. Properties:
  342.     <Inheritance>  item  [r/o]  -- All of the properties of the superclass.
  343.     content  anything  -- The value of the entry
  344.     contents  anything  -- The value of the entry
  345. [362c]
  346. user-defaults
  347. [298c]Class user-defaults: A user defaults for preferences
  348. Plural form:
  349.     user-defaults
  350. Elements:
  351.     default entry by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  352. Properties:
  353.     <Inheritance>  item  [r/o]  -- All of the properties of the superclass.
  354. [242c]
  355. movie
  356. [128c]Class movie: A movie
  357. Plural form:
  358.     movies
  359. Properties:
  360.     <Inheritance>  item  [r/o]  -- All of the properties of the superclass.
  361. event
  362. [1447c]Class event: An event
  363. Plural form:
  364.     events
  365. Properties:
  366.     <Inheritance>  item  [r/o]  -- All of the properties of the superclass.
  367.     command key down  boolean  [r/o]  -- Is the command key down?
  368.     key code  unsigned integer  [r/o]  -- the hardware-dependent value of the key pressed
  369.     location  point  [r/o]  -- the location in the window where the event happened
  370.     pressure  small real  [r/o]  -- a value between 0.0 and 1.0 representing the pressure of the input device for the event
  371.     repeated  boolean  [r/o]  -- Is the event repeated?
  372.     delta x  small real  [r/o]  -- the x amount of the scroll wheel event
  373.     delta y  small real  [r/o]  -- the y amount of the scroll wheel event
  374.     characters  Unicode text  [r/o]  -- the characters of the event
  375.     unmodified characters  Unicode text  [r/o]  -- the unmodified characters of the event
  376.     event type  [r/o]  -- the type of event
  377.     shift key down  boolean  [r/o]  -- Is the shift key down?
  378.     context  anything  [r/o]  -- the display context of the receiver (deprecated)
  379.     event number  integer  [r/o]  -- the number of the event
  380.     window  window  [r/o]  -- the window associated with the event
  381.     click count  integer  [r/o]  -- the click count of the event
  382.     control key down  boolean  [r/o]  -- Is the control key down?
  383.     time stamp  real  [r/o]  -- the time that the event happened
  384.     option key down  boolean  [r/o]  -- Is the option key down?
  385.     delta z  small real  [r/o]  -- the z amount of the scroll wheel event
  386. [2062c]
  387. image
  388. Class image: An image
  389. Plural form:
  390.     images
  391. Properties:
  392.     <Inheritance>  item  [r/o]  -- All of the properties of the superclass.
  393. sound
  394. [179c]Class sound: A sound
  395. Plural form:
  396.     sounds
  397. Properties:
  398.     <Inheritance>  item  [r/o]  -- All of the properties of the superclass.
  399.     playing  boolean  [r/o]  -- Is the sound playing?
  400. [302c]
  401. pasteboard
  402. [461c]Class pasteboard: A pasteboard
  403. Plural form:
  404.     pasteboards
  405. Properties:
  406.     <Inheritance>  item  [r/o]  -- All of the properties of the superclass.
  407.     content  anything  -- the contents of the pasteboard
  408.     name  Unicode text  -- the name of the pasteboard
  409.     contents  anything  -- the contents of the pasteboard
  410.     types  list  [r/o]  -- a list of data types
  411.     preferred type  Unicode text  -- the preferred data type when getting or setting the contents of the pasteboard
  412. [622c]
  413. Class item: An item of any type
  414. Properties:
  415.     <Inheritance>  item  [r/o]  -- All of the properties of the superclass.
  416.     name  Unicode text  -- the name of the object
  417.     id  integer  [r/o]  -- the unique id of the object
  418. [40c]Class font: A font
  419. Plural form:
  420.     fonts
  421.     responder
  422. [212c]Class responder: A base class that responds to events
  423. Plural form:
  424.     responders
  425. Properties:
  426.     <Inheritance>  item  [r/o]  -- All of the properties of the superclass.
  427.     menu  anything  -- the menu for the responder
  428. miniaturized
  429. [99c]miniaturized: The window was miniaturized
  430.     miniaturized  reference  -- the object for the command
  431. select all
  432. [121c]select all: Select all of the contained objects within the object
  433.     select all  reference  -- the object for the command
  434. register
  435. [166c]register: Register the receiver
  436.     register  reference  -- the object for the command
  437.         [drag types  list]  -- the pasteboard drag types that the receiver will accept
  438. [262c]
  439. load movie
  440. [107c]load movie: loads the movie with the specified name
  441.     load movie  reference  -- the object for the command
  442. size to fit
  443. [126c]size to fit: Adjust to size of the object to fit within its container
  444.     size to fit  reference  -- the object for the command
  445. resigned main
  446. [108c]resigned main: The object resigned its main state
  447.     resigned main  reference  -- the object for the command
  448. resized
  449. [84c]resized: The object was resized
  450.     resized  reference  -- the object for the command
  451. mouse moved
  452. [180c]mouse moved: The mouse moved inside the bounds of the object
  453.     mouse moved  reference  -- the object for the command
  454.         [event  event]  -- the event information for the mouse moved
  455. closed
  456. [81c]closed: The object was closed
  457.     closed  reference  -- the object for the command
  458. became key
  459. [100c]became key: The object became the key object
  460.     became key  reference  -- the object for the command
  461. was hidden
  462. [89c]was hidden: The object was hidden
  463.     was hidden  reference  -- the object for the command
  464. will resize
  465. [211c]will resize: The object is about to be resized
  466.     will resize  reference  -- the object for the command
  467.         [proposed size  point]  -- the proposed size for the window (You can return the actual size to change to)
  468. will close
  469. [96c]will close: The object is about to close
  470.     will close  reference  -- the object for the command
  471.     will hide
  472. [93c]will hide: The object is about to hide
  473.     will hide  reference  -- the object for the command
  474. localized string
  475. [307c]localized string: returns the localized string with the given key 
  476.     localized string  reference  -- the object for the command
  477.         [from table  Unicode text]  -- the name of the strings table
  478.         [in bundle  bundle]  -- the bundle containing the strings table
  479.     Result:   anything  -- the reply for the command
  480. [442c]
  481. should zoom
  482. [176c]should zoom: Should the window be zoomed?
  483.     should zoom  reference  -- the object for the command
  484.         [proposed bounds  point]  -- the proposed bounds of the object to be zoomed
  485. load nib
  486. [101c]load nib: loads the nib with the specified name
  487.     load nib  reference  -- the object for the command
  488. awake from nib
  489. [118c]awake from nib: The object was un-archived from a nib file
  490.     awake from nib  reference  -- the object for the command
  491.     will move
  492. [97c]will move: The object is about to be moved
  493.     will move  reference  -- the object for the command
  494. center
  495. [78c]center: centers the object
  496.     center  reference  -- the object for the command
  497. update
  498. [87c]update: Update the object's display
  499.     update  reference  -- the object for the command
  500. opened
  501. opened: The object was opened
  502.     opened  reference  -- the object for the command
  503. exposed
  504. exposed: The object was exposed
  505.     exposed  reference  -- the object for the command
  506. right mouse down
  507. [196c]right mouse down: The right mouse button was pressed in the object
  508.     right mouse down  reference  -- the object for the command
  509.         [event  event]  -- the event information for the right mouse down
  510. resigned key
  511. [105c]resigned key: The object resigned its key state
  512.     resigned key  reference  -- the object for the command
  513. moved
  514. moved: The object was moved
  515.     moved  reference  -- the object for the command
  516. was miniaturized
  517. was miniaturized: The window was miniaturized
  518.     was miniaturized  reference  -- the object for the command
  519.     will open
  520. [98c]will open: The object is about to be opened
  521.     will open  reference  -- the object for the command
  522. call method
  523. [624c]call method: calls the given method of the object with the specified parameters
  524.     call method  reference  -- the object for the command
  525.         [of  anything]  -- the object to send the method to (exclusive from the "of class" parameter)
  526.         [with parameter  anything]  -- a parameter to be passed to the method (exclusive of "with parameters")
  527.         [of class  Unicode text]  -- the class to send the method to (exclusive from the "of object" parameter)
  528.         [of object  anything]  -- deprecated in favor of the "of" parameter
  529.         [with parameters  list]  -- a list of parameters to be passed to the method  (exclusive of "with parameter")
  530. [742c]
  531. load sound
  532. load sound: loads the sound with the specified name
  533.     load sound  reference  -- the object for the command
  534. will miniaturize
  535. will miniaturize: The window is about to be miniaturized
  536.     will miniaturize  reference  -- the object for the command
  537. should open
  538. should open: Should the object open?
  539.     should open  reference  -- the object for the command
  540. path for
  541. [507c]path for: Returns a full path to requested items within a bundle
  542.     path for  reference  -- the object for the command
  543.         [resource  anything]  -- the type of resource to search for
  544.         [column  integer]  -- the column index of the browser view
  545.         [localization  anything]  -- the locale for the resource to search for
  546.         [extension  anything]  -- the extension of the object to search for
  547.         [script  anything]  -- the script to search for
  548.         [directory  anything]  -- the sub directory of the bundle to search in
  549. [862c]
  550. deactivated
  551. [90c]deactivated: Deactivate an object
  552.     deactivated  reference  -- the object for the command
  553. mouse dragged
  554. [171c]mouse dragged: The mouse dragged within the object
  555.     mouse dragged  reference  -- the object for the command
  556.         [event  event]  -- the event information for the mouse down
  557. mouse exited
  558. mouse exited: The mouse exited the bounds of the object
  559.     mouse exited  reference  -- the object for the command
  560.         [event  event]  -- the event information for the mouse exited
  561.     will zoom
  562. [231c]will zoom: The object will zoom (return a new zoom bounds if desired))
  563.     will zoom  reference  -- the object for the command
  564.         [screen bounds  bounding rectangle]  -- the bounds of the screen that the main part of the object is on
  565.     activated
  566. activated: The object was activated
  567.     activated  reference  -- the object for the command
  568. keyboard down
  569. keyboard down: A key was pressed for the object
  570.     keyboard down  reference  -- the object for the command
  571.         [event  event]  -- the event information for the key down
  572. $should quit after last window closed
  573. should quit after last window closed: Should the application quit after the last window is closed?
  574.     should quit after last window closed  reference  -- the object for the command
  575. [85c]log: logs the object to standard out
  576.     log  reference  -- the object for the command
  577.     will quit
  578. will quit: The application is about to quit
  579.     will quit  reference  -- the object for the command
  580. will become active
  581. [120c]will become active: The object is about to become active
  582.     will become active  reference  -- the object for the command
  583. load image
  584. load image: loads the image with the specified name
  585.     load image  reference  -- the object for the command
  586. keyboard up
  587. [161c]keyboard up: A key was released for the object
  588.     keyboard up  reference  -- the object for the command
  589.         [event  event]  -- the event information for the key up
  590. mouse down
  591. [172c]mouse down: The mouse button was pressed on the object
  592.     mouse down  reference  -- the object for the command
  593.         [event  event]  -- the event information for the mouse down
  594. mouse up
  595. [167c]mouse up: The mouse button was released on the object
  596.     mouse up  reference  -- the object for the command
  597.         [event  event]  -- the event information for the mouse up
  598. right mouse up
  599. [191c]right mouse up: The right mouse button was released on the object
  600.     right mouse up  reference  -- the object for the command
  601.         [event  event]  -- the event information for the right mouse up
  602. mouse entered
  603. [181c]mouse entered: The mouse entered the bounds of the object
  604.     mouse entered  reference  -- the object for the command
  605.         [event  event]  -- the event information for the mouse entered
  606. [70c]hide: Hide an object
  607.     hide  reference  -- the object for the command
  608. resigned active
  609. [114c]resigned active: The object resigned its active state
  610.     resigned active  reference  -- the object for the command
  611. select
  612. [193c]select: Select the designated objects
  613.     select  reference  -- the object for the command
  614.         [item  anything]  -- the object to select
  615.         [at index  integer]  -- the index of the object to select
  616. idle: Sent to an application at specific intervals (returned in seconds)
  617.     idle  reference  -- the object for the command
  618. document nib name
  619. [187c]document nib name: Return the name of the document nib file for the given document
  620.     document nib name  reference  -- the object for the command
  621.         for document  document  -- the document
  622. launched
  623. [92c]launched: The application was launched
  624.     launched  reference  -- the object for the command
  625. open untitled
  626. open untitled: Open an untitled document
  627.     open untitled  reference  -- the object for the command
  628. will resign active
  629. [130c]will resign active: The object is about to resign its active state
  630.     will resign active  reference  -- the object for the command
  631. should open untitled
  632. should open untitled: Should an untitled document be opened?
  633.     should open untitled  reference  -- the object for the command
  634. became main
  635. [103c]became main: The object became the main object
  636.     became main  reference  -- the object for the command
  637. scroll wheel
  638. [178c]scroll wheel: The scroll wheel was moved over the object
  639.     scroll wheel  reference  -- the object for the command
  640.         [event  event]  -- the event information for the scroll wheel
  641. should close
  642. should close: Should the object close?
  643.     should close  reference  -- the object for the command
  644. zoomed
  645. zoomed: The object was zoomed
  646.     zoomed  reference  -- the object for the command
  647. show: Show the object
  648.     show  reference  -- the object for the command
  649.         [behind  window]  -- the window to show behind
  650.         [in front of  window]  -- the window to show in front of
  651. should quit
  652. should quit: Should the application quit?
  653.     should quit  reference  -- the object for the command
  654. shown
  655. shown: The object was shown
  656.     shown  reference  -- the object for the command
  657. right mouse dragged
  658. [220c]right mouse dragged: The mouse was dragged with the right mouse button in the object
  659.     right mouse dragged  reference  -- the object for the command
  660.         [event  event]  -- the event information for the right mouse dragged
  661. deminiaturized
  662. [127c]deminiaturized: The window was restored from its miniaturized state
  663.     deminiaturized  reference  -- the object for the command
  664. updated
  665. updated: The object was updated
  666.     updated  reference  -- the object for the command
  667. will finish launching
  668. [134c]will finish launching: The application is about to finish launching
  669.     will finish launching  reference  -- the object for the command
  670.     will show
  671. will show: The object is about to be shown
  672.     will show  reference  -- the object for the command
  673. Application Suite: Classes and events representing AppleScript Studio applications
  674. Application Suite
  675. [3840c]Class view: A view
  676. Plural form:
  677.     views
  678. Elements:
  679.     split view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  680.     image view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  681.     tab view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  682.     popup button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  683.     clip view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  684.     secure text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  685.     button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  686.     outline view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  687.     combo box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  688.     text view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  689.     matrix by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  690.     progress indicator by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  691.     table view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  692.     box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  693.     scroll view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  694.     table header view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  695.     color well by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  696.     text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  697.     movie view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  698.     view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  699.     control by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  700.     slider by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  701.     stepper by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  702.     browser by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  703. Properties:
  704.     <Inheritance>  responder  [r/o]  -- All of the properties of the superclass.
  705.     size  point  -- the size of the view
  706.     enclosing scroll view  scroll view  -- the scroll view of the view (if any)
  707.     tag  integer  -- the tag for the view
  708.     can draw  boolean  [r/o]  -- Can the view be drawn?
  709.     super view  view  -- the view that contains this view
  710.     flipped  boolean  [r/o]  -- Is the coordinate system of the view flipped?
  711.     opaque  boolean  [r/o]  -- Is the view opaque?
  712.     needs display  boolean  -- Does the view need to be displayed?
  713.     tool tip  Unicode text  -- the tool tip
  714.     bounds  bounding rectangle  -- the bounds of the view
  715.     bounds rotation  small real  -- the rotation of the bounds
  716.     auto resizes  boolean  -- Should the view auto resize?
  717.     visible  boolean  -- Is the view visible?
  718.     visible rect  bounding rectangle  [r/o]  -- the visible area of the view
  719.     window  window  -- the window that contains this view?
  720.     position  point  -- the position of the view
  721. [2522c]
  722. split view
  723. [3076c]Class split view: A split view
  724. Plural form:
  725.     split views
  726. Elements:
  727.     split view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  728.     image view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  729.     tab view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  730.     popup button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  731.     clip view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  732.     secure text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  733.     button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  734.     outline view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  735.     combo box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  736.     text view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  737.     matrix by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  738.     progress indicator by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  739.     table view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  740.     box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  741.     scroll view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  742.     table header view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  743.     color well by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  744.     text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  745.     movie view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  746.     view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  747.     control by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  748.     slider by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  749.     stepper by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  750.     browser by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  751. Properties:
  752.     <Inheritance>  view  [r/o]  -- All of the properties of the superclass.
  753.     vertical  boolean  -- Is the splitter vertical?
  754.     pane splitter  boolean  -- Is there a pane splitter?
  755. [1322c]
  756. scroll view
  757. [4499c]Class scroll view: A scroll view
  758. Plural form:
  759.     scroll views
  760. Elements:
  761.     split view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  762.     image view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  763.     tab view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  764.     popup button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  765.     clip view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  766.     secure text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  767.     button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  768.     outline view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  769.     combo box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  770.     text view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  771.     matrix by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  772.     progress indicator by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  773.     table view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  774.     box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  775.     scroll view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  776.     table header view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  777.     color well by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  778.     text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  779.     movie view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  780.     view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  781.     control by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  782.     slider by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  783.     stepper by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  784.     browser by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  785. Properties:
  786.     <Inheritance>  view  [r/o]  -- All of the properties of the superclass.
  787.     document view  view  -- the document view
  788.     background color  color  -- the color of the background
  789.     border type  -- the type of border for the scroll view
  790.     has vertical ruler  boolean  -- Does the scroll view have a vertical ruler?
  791.     vertical scroller  control  -- the vertical scroller
  792.     horizontal line scroll  small real  -- the horizontal amount to line scroll
  793.     horizontal scroller  control  -- the horizontal scroller
  794.     page scroll  small real  -- the amount to page scroll
  795.     horizontal page scroll  small real  -- the horizontal amount to page scroll
  796.     has vertical scroller  boolean  -- Does the scroll view have a vertical scroller?
  797.     content size  point  [r/o]  -- the size of the content of the scroll view
  798.     visible document rect  bounding rectangle  [r/o]  -- the visible bounds of the document
  799.     has horizontal scroller  boolean  -- Does the scroll view have a horizontal scroller?
  800.     content view  view  -- the content view
  801.     has horizontal ruler  boolean  -- Does the scroll view have a horizontal ruler?
  802.     line scroll  small real  -- the amount to line scroll
  803.     horizontal ruler view  view  -- the horizontal ruler view
  804.     dynamically scrolls  boolean  -- Should the view scroll dynamically?
  805.     vertical line scroll  small real  -- the vertical amount to line scroll
  806.     draws background  boolean  -- Should the scroll view draw the background?
  807.     vertical page scroll  small real  -- the vertical amount to page scroll
  808.     rulers visible  boolean  -- Are the rulers visible?
  809.     vertical ruler view  view  -- the vertical ruler view
  810. [3002c]
  811.     clip view
  812. [3461c]Class clip view: A clip view
  813. Plural form:
  814.     clip views
  815. Elements:
  816.     split view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  817.     image view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  818.     tab view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  819.     popup button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  820.     clip view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  821.     secure text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  822.     button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  823.     outline view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  824.     combo box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  825.     text view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  826.     matrix by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  827.     progress indicator by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  828.     table view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  829.     box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  830.     scroll view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  831.     table header view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  832.     color well by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  833.     text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  834.     movie view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  835.     view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  836.     control by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  837.     slider by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  838.     stepper by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  839.     browser by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  840. Properties:
  841.     <Inheritance>  view  [r/o]  -- All of the properties of the superclass.
  842.     draws background  boolean  -- Should the clip view draw its background?
  843.     content view  view  -- the content view
  844.     visible document rect  bounding rectangle  [r/o]  -- the visible bounds of the document
  845.     document view  view  -- the document view
  846.     document rect  bounding rectangle  [r/o]  -- the bounds of the document in the clip view
  847.     copies on scroll  boolean  -- Should the contents of the view be copied when scrolled?
  848.     background color  color  -- the background color of the clip view
  849. [1762c]
  850. tab view
  851. [3484c]Class tab view: A tab view
  852. Plural form:
  853.     tab views
  854. Elements:
  855.     tab view item by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  856.     split view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  857.     image view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  858.     tab view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  859.     popup button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  860.     clip view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  861.     secure text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  862.     button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  863.     outline view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  864.     combo box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  865.     text view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  866.     matrix by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  867.     progress indicator by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  868.     table view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  869.     box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  870.     scroll view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  871.     table header view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  872.     color well by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  873.     text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  874.     movie view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  875.     view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  876.     control by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  877.     slider by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  878.     stepper by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  879.     browser by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  880. Properties:
  881.     <Inheritance>  view  [r/o]  -- All of the properties of the superclass.
  882.     draws background  boolean  -- Should the tab view draw its background?
  883.     tab type  -- the type of tab
  884.     current tab view item  tab view item  -- the current tab view item
  885.     content rect  bounding rectangle  [r/o]  -- the bounds for contents of the tab view
  886.     truncated labels  boolean  -- Should the labels be truncated?
  887.     control size  -- the size of the tabs
  888.     control tint  -- the tint of the tabs
  889. [1662c]
  890. [3482c]Class box: A box that can contain other views
  891. Plural form:
  892.     boxes
  893. Elements:
  894.     split view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  895.     image view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  896.     tab view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  897.     popup button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  898.     clip view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  899.     secure text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  900.     button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  901.     outline view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  902.     combo box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  903.     text view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  904.     matrix by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  905.     progress indicator by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  906.     table view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  907.     box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  908.     scroll view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  909.     table header view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  910.     color well by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  911.     text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  912.     movie view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  913.     view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  914.     control by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  915.     slider by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  916.     stepper by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  917.     browser by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  918. Properties:
  919.     <Inheritance>  view  [r/o]  -- All of the properties of the superclass.
  920.     content view  view  -- the content view of the box
  921.     title font  font  -- the font of the title
  922.     box type  -- the box type
  923.     content view margins  point  -- the margins of the content view
  924.     title  Unicode text  -- the title of the box
  925.     border rect  bounding rectangle  [r/o]  -- the bounds of the border
  926.     title rect  bounding rectangle  [r/o]  -- the bounds of the title
  927.     title cell  cell  [r/o]  -- the cell of the title
  928.     border type  -- the border type
  929.     title position  -- the position of the title
  930. [1902c]
  931. drawer
  932. [3687c]Class drawer: A drawer
  933. Plural form:
  934.     drawers
  935. Elements:
  936.     split view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  937.     image view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  938.     tab view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  939.     popup button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  940.     clip view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  941.     secure text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  942.     button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  943.     outline view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  944.     combo box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  945.     text view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  946.     matrix by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  947.     progress indicator by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  948.     table view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  949.     box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  950.     scroll view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  951.     table header view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  952.     color well by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  953.     text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  954.     movie view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  955.     view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  956.     control by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  957.     slider by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  958.     stepper by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  959.     browser by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  960. Properties:
  961.     <Inheritance>  responder  [r/o]  -- All of the properties of the superclass.
  962.     content view  view  -- the content view of the drawer
  963.     content size  point  -- the size of the contents of the drawer
  964.     leading offset  small real  -- the distance from the top or left edge of the window for the drawer
  965.     minimum content size  point  -- the minimum size of the content of the drawer
  966.     maximum content size  point  -- the maximum size of the content of the drawer
  967.     edge  [r/o]  -- the edge of the window that the drawer is on
  968.     state  -- the state of the drawer
  969.     trailing offset  small real  [r/o]  -- the distance from the bottom or right edge of the window for the drawer
  970.     parent window  window  -- the window that the drawer belongs to
  971.     preferred edge  -- the preferred edge on which to open the drawer on
  972. [1882c]
  973. tab view item
  974. [433c]Class tab view item: A tab view item
  975. Plural form:
  976.     tab view items
  977. Properties:
  978.     <Inheritance>  item  [r/o]  -- All of the properties of the superclass.
  979.     tab state  [r/o]  -- the state of the tab view item
  980.     color  color  -- the color of the tab view item
  981.     label  Unicode text  -- the label of the tab view item
  982.     tab view  tab view  [r/o]  -- the tab view that contains this tab view item
  983.     view  view  -- the view of the tab view item
  984. will select tab view item
  985. [194c]will select tab view item: The tab view item is about to be selected
  986.     will select tab view item  reference  -- the object for the command
  987.         [tab view item  tab view item]  -- the tab view item
  988. open drawer
  989. [141c]open drawer: Open the drawer
  990.     open drawer  reference  -- the object for the command
  991.         [on]  -- the edge of the window to open the drawer on
  992. bounds changed
  993. [112c]bounds changed: The bounds of the object has changed
  994.     bounds changed  reference  -- the object for the command
  995. resized sub views
  996. resized sub views: The sub views of the object have been resized
  997.     resized sub views  reference  -- the object for the command
  998. will resize sub views
  999. will resize sub views: The sub views of the object are about to be resized
  1000.     will resize sub views  reference  -- the object for the command
  1001. close drawer
  1002. [88c]close drawer: Close the drawer
  1003.     close drawer  reference  -- the object for the command
  1004. unlock focus
  1005. [123c]unlock focus: Unlock the focus on the view and update its display
  1006.     unlock focus  reference  -- the object for the command
  1007. should select tab view item
  1008. should select tab view item: Should the tab view item be selected?
  1009.     should select tab view item  reference  -- the object for the command
  1010.         [tab view item  tab view item]  -- the tab view item
  1011. selected tab view item
  1012. selected tab view item: The tab view item was selected
  1013.     selected tab view item  reference  -- the object for the command
  1014.         [tab view item  tab view item]  -- the tab view item
  1015. lock focus
  1016. lock focus: Lock the focus on the view so that the display is not updated
  1017.     lock focus  reference  -- the object for the command
  1018. [79c]Container View Suite: Classes representing views that can contain other views
  1019. Container View Suite
  1020. action cell
  1021. [147c]Class action cell: An action cell
  1022. Plural form:
  1023.     action cells
  1024. Properties:
  1025.     <Inheritance>  cell  [r/o]  -- All of the properties of the superclass.
  1026. combo box item
  1027. Class combo box item: An item in a combo box
  1028. Plural form:
  1029.     combo box items
  1030. Properties:
  1031.     <Inheritance>  item  [r/o]  -- All of the properties of the superclass.
  1032.     combo box
  1033. [3553c]Class combo box: A combo box
  1034. Plural form:
  1035.     combo boxes
  1036. Elements:
  1037.     combo box item by numeric index, before/after another element, as a range of elements, satisfying a test
  1038.     split view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1039.     image view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1040.     tab view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1041.     popup button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1042.     clip view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1043.     secure text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1044.     button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1045.     outline view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1046.     combo box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1047.     text view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1048.     matrix by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1049.     progress indicator by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1050.     table view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1051.     box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1052.     scroll view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1053.     table header view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1054.     color well by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1055.     text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1056.     movie view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1057.     view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1058.     control by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1059.     slider by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1060.     stepper by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1061.     browser by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1062. Properties:
  1063.     <Inheritance>  text field  [r/o]  -- All of the properties of the superclass.
  1064.     data source  anything  -- the data source for the combo box
  1065.     item height  small real  -- the height of an item
  1066.     current item  integer  -- the index of the current item
  1067.     auto completes  boolean  -- Does the combo box use auto completion when typing?
  1068.     intercell spacing  point  -- the space between cells
  1069.     uses data source  boolean  -- Does the combo box use a data source for its items?
  1070.     has vertical scroller  boolean  -- Does the combo box have a vertical scroll bar?
  1071. button
  1072. [3873c]Class button: A button
  1073. Plural form:
  1074.     buttons
  1075. Elements:
  1076.     split view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1077.     image view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1078.     tab view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1079.     popup button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1080.     clip view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1081.     secure text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1082.     button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1083.     outline view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1084.     combo box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1085.     text view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1086.     matrix by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1087.     progress indicator by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1088.     table view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1089.     box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1090.     scroll view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1091.     table header view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1092.     color well by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1093.     text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1094.     movie view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1095.     view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1096.     control by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1097.     slider by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1098.     stepper by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1099.     browser by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1100. Properties:
  1101.     <Inheritance>  control  [r/o]  -- All of the properties of the superclass.
  1102.     state  integer  -- the state of the button
  1103.     title  Unicode text  -- the title of the button
  1104.     image  image  -- the image of the button
  1105.     button type  -- the type of button
  1106.     bordered  boolean  -- Does the button have a border?
  1107.     sound  sound  -- the sound of the button when it's clicked
  1108.     bezel style  -- the bezel style of the button
  1109.     alternate title  Unicode text  -- the title of the button when it is in its alternate state
  1110.     alternate image  image  -- the image for the button when it is in its alternate state
  1111.     key equivalent  Unicode text  -- the key equivalent to clicking on the button
  1112.     image position  -- the position of the image
  1113.     allows mixed state  boolean  -- Does the button allow a mixed state?
  1114.     transparent  boolean  -- Is the button transparent?
  1115.     key equivalent modifier  unsigned integer  -- the modifier key for the key equivalent
  1116.     roll over  boolean  -- Does the button act like a roll over?
  1117. [2242c]
  1118. [2430c]Class cell: A cell
  1119. Plural form:
  1120.     cells
  1121. Properties:
  1122.     <Inheritance>  item  [r/o]  -- All of the properties of the superclass.
  1123.     editable  boolean  -- Is the cell editable?
  1124.     content  anything  -- the contents of the cell
  1125.     double value  real  -- the value of the contents as a double
  1126.     sends action when done editing  boolean  -- Should the cell send its action when it's done editing?
  1127.     title  Unicode text  -- the title of the cell
  1128.     allows editing text attributes  boolean  -- Can the text attributes be edited?
  1129.     control size  -- the size of the control for the cell
  1130.     highlighted  boolean  -- Is the cell highlighted?
  1131.     control tint  -- the color of the control for the cell
  1132.     imports graphics  boolean  -- Should graphics be imported?
  1133.     opaque  boolean  [r/o]  -- Is the cell opaque?
  1134.     integer value  integer  -- the value of the contents of the cell as an integer
  1135.     float value  small real  -- the value of the contents as a float
  1136.     next state  integer  -- the next state of the cell
  1137.     associated object  anything  -- the object associated with the cell
  1138.     entry type  integer  -- the entry type
  1139.     image  image  -- the image of the cell
  1140.     allows mixed state  boolean  -- Does the cell allow a mixed state?
  1141.     string value  Unicode text  -- the value of the contents of the cell as text
  1142.     selectable  boolean  -- Can the cell selectable?
  1143.     formatter  formatter  -- the formatter for the cell
  1144.     image position  -- the position of the image in the cell
  1145.     continuous  boolean  -- Does the cell generate actions as it is pressed?
  1146.     bezeled  boolean  -- Does the cell have a bezel?
  1147.     cell size  point  [r/o]  -- the size of the cell
  1148.     cell type  -- the type of cell
  1149.     control view  control  [r/o]  -- the control that the cell belongs to
  1150.     bordered  boolean  -- Is the cell bordered?
  1151.     alignment  -- the text alignment of the cell
  1152.     font  font  -- the font of the cell
  1153.     menu  menu  -- the context menu
  1154.     scrollable  boolean  -- Can the cell be scrolled?
  1155.     enabled  boolean  -- Is the cell enabled?
  1156.     wraps  boolean  -- Does the cell wrap?
  1157.     key equivalent  Unicode text  [r/o]  -- the key equivalent to clicking 
  1158.     tag  integer  -- the tag of the cell
  1159.     has valid object value  boolean  [r/o]  -- does the cell contain a valid value
  1160.     target  anything  -- the target for the action of the cell
  1161.     state  -- the state of the cell
  1162.     mouse down state  integer  [r/o]  -- the state of the mouse when it was clicked in the cell
  1163.     contents  anything  -- the contents of the cell
  1164. [3362c]
  1165. button cell
  1166. [931c]Class button cell: A button cell
  1167. Plural form:
  1168.     button cells
  1169. Properties:
  1170.     <Inheritance>  cell  [r/o]  -- All of the properties of the superclass.
  1171.     alternate title  Unicode text  -- the title of the cell when it is in its alternate state
  1172.     alternate image  image  -- the image for the cell when it is in its alternate state
  1173.     highlights by  integer  -- the method in which the button is highlighted
  1174.     image dims when disabled  boolean  -- Does the image dim when the button is disabled?
  1175.     sound  sound  -- the sound of the button cell when it's clicked
  1176.     roll over  boolean  -- Does the button cell act like a roll over?
  1177.     button type  -- the button type of the cell
  1178.     transparent  boolean  -- Is the button cell transparent?
  1179.     shows state by  integer  -- the method in which the button cell shows its state
  1180.     key equivalent modifier  unsigned integer  -- the modifier key for the key equivalent
  1181.     bezel style  -- the bezel style of the cell
  1182. image view
  1183. [3214c]Class image view: An image view
  1184. Plural form:
  1185.     image views
  1186. Elements:
  1187.     split view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1188.     image view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1189.     tab view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1190.     popup button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1191.     clip view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1192.     secure text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1193.     button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1194.     outline view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1195.     combo box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1196.     text view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1197.     matrix by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1198.     progress indicator by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1199.     table view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1200.     box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1201.     scroll view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1202.     table header view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1203.     color well by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1204.     text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1205.     movie view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1206.     view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1207.     control by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1208.     slider by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1209.     stepper by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1210.     browser by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1211. Properties:
  1212.     <Inheritance>  control  [r/o]  -- All of the properties of the superclass.
  1213.     editable  boolean  -- Is the image view editable?
  1214.     image scaling  -- the scaling of the image
  1215.     image  image  -- the image for the view
  1216.     image frame style  -- the frame style of the image
  1217.     image alignment  -- the alignment for the image
  1218. [1442c]
  1219. control
  1220. [3881c]Class control: A control
  1221. Plural form:
  1222.     controls
  1223. Elements:
  1224.     split view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1225.     image view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1226.     tab view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1227.     popup button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1228.     clip view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1229.     secure text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1230.     button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1231.     outline view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1232.     combo box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1233.     text view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1234.     matrix by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1235.     progress indicator by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1236.     table view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1237.     box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1238.     scroll view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1239.     table header view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1240.     color well by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1241.     text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1242.     movie view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1243.     view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1244.     control by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1245.     slider by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1246.     stepper by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1247.     browser by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1248. Properties:
  1249.     <Inheritance>  view  [r/o]  -- All of the properties of the superclass.
  1250.     content  anything  -- the value of the control
  1251.     double value  real  -- the value of the control as a double
  1252.     cell  cell  -- the cell of the control
  1253.     target  anything  -- the target of the control's action
  1254.     alignment  -- the text alignment of the control
  1255.     font  font  -- the font of the control
  1256.     ignores multiple clicks  boolean  -- Does the control ignore multiple clicks?
  1257.     integer value  integer  -- the value of the control as an integer
  1258.     enabled  boolean  -- Is the control enabled?
  1259.     current cell  cell  [r/o]  -- the current cell of the control
  1260.     current editor  text  -- the current editor of the control
  1261.     float value  small real  -- the value of the control as a float
  1262.     string value  Unicode text  -- the value of the control as text
  1263.     formatter  formatter  -- the formatter of the control
  1264.     contents  anything  -- the value of the control
  1265.     continuous  boolean  -- Does the control continuously generate actions?
  1266. [2422c]
  1267. slider
  1268. [3707c]Class slider: A slider
  1269. Plural form:
  1270.     sliders
  1271. Elements:
  1272.     split view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1273.     image view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1274.     tab view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1275.     popup button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1276.     clip view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1277.     secure text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1278.     button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1279.     outline view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1280.     combo box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1281.     text view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1282.     matrix by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1283.     progress indicator by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1284.     table view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1285.     box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1286.     scroll view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1287.     table header view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1288.     color well by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1289.     text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1290.     movie view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1291.     view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1292.     control by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1293.     slider by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1294.     stepper by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1295.     browser by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1296. Properties:
  1297.     <Inheritance>  control  [r/o]  -- All of the properties of the superclass.
  1298.     vertical  boolean  -- Is the slider vertically oriented?
  1299.     only tick mark values  boolean  -- Should only tick mark values be allowed?
  1300.     knob thickness  small real  -- the thickness of the knob
  1301.     number of tick marks  integer  -- the number of tick marks for the slider
  1302.     title  Unicode text  -- the title of the slider
  1303.     image  image  -- the image for the slider
  1304.     minimum value  small real  -- the minimum vale of the slider
  1305.     maximum value  small real  -- the maximum value of the slider
  1306.     tick mark position  -- the position of the tick marks
  1307.     title color  color  -- the color of the title
  1308.     title font  font  -- the font of the title
  1309.     alternate increment value  real  -- the alternate increment value
  1310.     title cell   cell  -- the cell of the title
  1311. [2162c]
  1312. stepper
  1313. [3290c]Class stepper: A stepper control
  1314. Plural form:
  1315.     steppers
  1316. Elements:
  1317.     split view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1318.     image view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1319.     tab view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1320.     popup button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1321.     clip view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1322.     secure text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1323.     button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1324.     outline view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1325.     combo box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1326.     text view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1327.     matrix by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1328.     progress indicator by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1329.     table view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1330.     box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1331.     scroll view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1332.     table header view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1333.     color well by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1334.     text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1335.     movie view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1336.     view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1337.     control by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1338.     slider by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1339.     stepper by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1340.     browser by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1341. Properties:
  1342.     <Inheritance>  control  [r/o]  -- All of the properties of the superclass.
  1343.     auto repeat  boolean  -- Should the stepper auto repeat when clicked?
  1344.     minimum value  real  -- the minimum value of the stepper
  1345.     maximum value  real  -- the maximum value of the stepper
  1346.     value wraps  boolean  -- Does the value of the stepper wrap?
  1347.     increment value  real  -- the amount to increment the stepper by
  1348. [1562c]
  1349. secure text field
  1350. [3000c]Class secure text field: A secure text field
  1351. Plural form:
  1352.     secure text fields
  1353. Elements:
  1354.     split view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1355.     image view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1356.     tab view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1357.     popup button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1358.     clip view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1359.     secure text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1360.     button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1361.     outline view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1362.     combo box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1363.     text view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1364.     matrix by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1365.     progress indicator by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1366.     table view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1367.     box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1368.     scroll view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1369.     table header view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1370.     color well by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1371.     text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1372.     movie view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1373.     view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1374.     control by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1375.     slider by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1376.     stepper by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1377.     browser by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1378. Properties:
  1379.     <Inheritance>  text field  [r/o]  -- All of the properties of the superclass.
  1380. [1162c]
  1381. image cell
  1382. [301c]Class image cell: An image cell
  1383. Plural form:
  1384.     image cells
  1385. Properties:
  1386.     <Inheritance>  cell  [r/o]  -- All of the properties of the superclass.
  1387.     image scaling  -- the scaling of the image
  1388.     image frame style  -- the frame style of the image
  1389.     image alignment  -- the alignment of the image for the cell
  1390. text field
  1391. [3612c]Class text field: A text field
  1392. Plural form:
  1393.     text fields
  1394. Elements:
  1395.     split view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1396.     image view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1397.     tab view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1398.     popup button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1399.     clip view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1400.     secure text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1401.     button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1402.     outline view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1403.     combo box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1404.     text view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1405.     matrix by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1406.     progress indicator by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1407.     table view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1408.     box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1409.     scroll view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1410.     table header view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1411.     color well by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1412.     text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1413.     movie view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1414.     view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1415.     control by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1416.     slider by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1417.     stepper by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1418.     browser by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1419. Properties:
  1420.     <Inheritance>  control  [r/o]  -- All of the properties of the superclass.
  1421.     draws background  boolean  -- Should the background be drawn?
  1422.     bezeled  boolean  -- Is the text field bezeled?
  1423.     editable  boolean  -- Is the text field editable?
  1424.     text color  color  -- the color of the text
  1425.     next text  text  -- the next text field
  1426.     allows editing text attributes  boolean  -- Can the text attributes be edited?
  1427.     imports graphics  boolean  -- Should graphics be imported?
  1428.     selectable  boolean  -- Can the contents of the text field be selected?
  1429.     bordered  boolean  -- Is the text field bordered?
  1430.     background color  color  -- the background color of the text field
  1431.     previous text  text field  -- the previous text field
  1432. [2042c]
  1433. movie view
  1434. [3732c]Class movie view: A movie view
  1435. Plural form:
  1436.     movie views
  1437. Elements:
  1438.     split view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1439.     image view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1440.     tab view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1441.     popup button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1442.     clip view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1443.     secure text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1444.     button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1445.     outline view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1446.     combo box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1447.     text view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1448.     matrix by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1449.     progress indicator by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1450.     table view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1451.     box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1452.     scroll view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1453.     table header view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1454.     color well by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1455.     text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1456.     movie view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1457.     view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1458.     control by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1459.     slider by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1460.     stepper by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1461.     browser by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1462. Properties:
  1463.     <Inheritance>  view  [r/o]  -- All of the properties of the superclass.
  1464.     editable  boolean  -- Is the movie editable?
  1465.     muted  boolean  -- Is the movie muted?
  1466.     controller visible  boolean  -- Is the controller visible?
  1467.     movie  movie  -- the movie for the view
  1468.     loop mode  -- the loop mode of the player
  1469.     playing  boolean  -- Is the movie playing?
  1470.     plays every frame  boolean  -- Should the movie play every frame?
  1471.     rate  small real  -- the rate at which to play the movie
  1472.     movie controller  anything  [r/o]  -- the QuickTime movie controller
  1473.     movie rect  bounding rectangle  -- the bounds of the movie in the view
  1474.     plays selection only  boolean  -- Should the player only play the selected portions of the movie?
  1475.     movie file  Unicode text  -- the file of the movie for the movie view
  1476.     volume  small real  -- the volume of the movie
  1477. [2182c]
  1478. progress indicator
  1479. [3650c]Class progress indicator: A progress indicator
  1480. Plural form:
  1481.     progress indicators
  1482. Elements:
  1483.     split view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1484.     image view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1485.     tab view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1486.     popup button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1487.     clip view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1488.     secure text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1489.     button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1490.     outline view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1491.     combo box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1492.     text view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1493.     matrix by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1494.     progress indicator by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1495.     table view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1496.     box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1497.     scroll view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1498.     table header view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1499.     color well by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1500.     text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1501.     movie view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1502.     view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1503.     control by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1504.     slider by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1505.     stepper by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1506.     browser by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1507. Properties:
  1508.     <Inheritance>  view  [r/o]  -- All of the properties of the superclass.
  1509.     bezeled  boolean  -- Is the progress indicator bezeled?
  1510.     content  real  -- the value of the progress indicator
  1511.     contents  real  -- the value of the progress indicator
  1512.     indeterminate  boolean  -- Is the value of the progress indicator indeterminate?
  1513.     uses threaded animation  boolean  -- Should the progress indicator do its own animation?
  1514.     control tint  -- the tint of the progress indicator
  1515.     control size  -- the size of the progress indicator
  1516.     maximum value  real  -- the maximum value of the progress indicator
  1517.     minimum value  real  -- the minimum value of the progress indicator
  1518.     animation delay  integer  -- the amount to delay between animations
  1519. matrix
  1520. [4347c]Class matrix: A matrix of controls, such as a radio group
  1521. Plural form:
  1522.     matrices
  1523. Elements:
  1524.     cell by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1525.     split view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1526.     image view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1527.     tab view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1528.     popup button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1529.     clip view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1530.     secure text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1531.     button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1532.     outline view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1533.     combo box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1534.     text view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1535.     matrix by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1536.     progress indicator by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1537.     table view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1538.     box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1539.     scroll view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1540.     table header view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1541.     color well by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1542.     text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1543.     movie view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1544.     view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1545.     control by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1546.     slider by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1547.     stepper by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1548.     browser by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1549. Properties:
  1550.     <Inheritance>  control  [r/o]  -- All of the properties of the superclass.
  1551.     current column  integer  -- the current column of the matrix
  1552.     matrix mode  -- the mode of the matrix
  1553.     cell size  point  -- the size of a each cell in the matrix
  1554.     draws cell background  boolean  -- Should the cells of the matrix draw their background?
  1555.     auto sizes cells  boolean  -- Should the matrix auto size its cells?
  1556.     cell background color  color  -- the background color of the cells in the matrix
  1557.     allows empty selection  boolean  -- Does the matrix allow an empty selection?
  1558.     next text  text  -- the next editor of the matrix
  1559.     scrollable  boolean  -- Is the matrix scrollable?
  1560.     background color  color  -- the background color of the matrix
  1561.     draws background  boolean  -- Should the matrix draw its background?
  1562.     auto scroll  boolean  -- Should the matrix automatically scroll?
  1563.     key cell  cell  -- the key cell of the matrix
  1564.     selection by rect  boolean  -- Can cells be selected by rect?
  1565.     current cell  cell  -- the current cell
  1566.     intercell spacing  point  -- the space between cells
  1567.     tab key traverses cells  boolean  -- Does the tab key traverse cells?
  1568.     current row  integer  -- the current row of the matrix
  1569.     prototype cell  cell  -- the prototype cell of the matrix
  1570.     previous text  text  -- the previous editor of the matrix
  1571. [2762c]
  1572. text field cell
  1573. [333c]Class text field cell: A text field cell
  1574. Plural form:
  1575.     text field cells
  1576. Properties:
  1577.     <Inheritance>  cell  [r/o]  -- All of the properties of the superclass.
  1578.     draws background  boolean  -- Should the cell draw its background?
  1579.     text color  color  -- the color of the text
  1580.     background color  color  -- the background color of the cell
  1581. secure text field cell
  1582. Class secure text field cell: A secure text field cell
  1583. Plural form:
  1584.     secure text field cells
  1585. Properties:
  1586.     <Inheritance>  text field cell  [r/o]  -- All of the properties of the superclass.
  1587.     echos bullets  boolean  -- Should the characters be echoed as bullets?
  1588. popup button
  1589. [3472c]Class popup button: A popup button
  1590. Plural form:
  1591.     popup buttons
  1592. Elements:
  1593.     menu item by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1594.     split view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1595.     image view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1596.     tab view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1597.     popup button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1598.     clip view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1599.     secure text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1600.     button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1601.     outline view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1602.     combo box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1603.     text view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1604.     matrix by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1605.     progress indicator by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1606.     table view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1607.     box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1608.     scroll view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1609.     table header view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1610.     color well by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1611.     text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1612.     movie view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1613.     view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1614.     control by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1615.     slider by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1616.     stepper by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1617.     browser by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1618.     menu by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1619. Properties:
  1620.     <Inheritance>  button  [r/o]  -- All of the properties of the superclass.
  1621.     pulls down  boolean  -- Does the menu pull down?
  1622.     current menu item  menu item  -- the currently chosen menu item
  1623.     auto enables items  boolean  -- Should the items in the menu be automatically enabled?
  1624.     preferred edge  -- the preferred edge to present the menu
  1625. [1522c]
  1626. color well
  1627. [3121c]Class color well: A color well
  1628. Plural form:
  1629.     color wells
  1630. Elements:
  1631.     split view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1632.     image view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1633.     tab view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1634.     popup button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1635.     clip view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1636.     secure text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1637.     button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1638.     outline view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1639.     combo box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1640.     text view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1641.     matrix by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1642.     progress indicator by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1643.     table view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1644.     box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1645.     scroll view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1646.     table header view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1647.     color well by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1648.     text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1649.     movie view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1650.     view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1651.     control by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1652.     slider by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1653.     stepper by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1654.     browser by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1655. Properties:
  1656.     <Inheritance>  control  [r/o]  -- All of the properties of the superclass.
  1657.     active  boolean  -- Is the color well active?
  1658.     color  color  -- the color in the well
  1659.     bordered  boolean  -- Does the color well have a border?
  1660. [1402c]
  1661.     step back
  1662. [75c]step back: Step back
  1663.     step back  reference  -- the object for the command
  1664. animate
  1665. [80c]animate: Animate the object
  1666.     animate  reference  -- the object for the command
  1667. begin editing
  1668. begin editing: Begin editing the object
  1669.     begin editing  reference  -- the object for the command
  1670. [71c]stop: Stop the object
  1671.     stop  reference  -- the object for the command
  1672. should end editing
  1673. should end editing: Should the object finish editing?
  1674.     should end editing  reference  -- the object for the command
  1675.         [object  text]  -- the object that is to end editing
  1676. perform action
  1677. [117c]perform action: Tells the receiver to perform its action.
  1678.     perform action  reference  -- the object for the command
  1679. will pop up
  1680. [104c]will pop up: The menu of the object will pop up
  1681.     will pop up  reference  -- the object for the command
  1682. double clicked
  1683. double clicked: The object was double clicked
  1684.     double clicked  reference  -- the object for the command
  1685. go: Go
  1686.     go  reference  -- the object for the command
  1687.         [to]  -- the place to go
  1688. should begin editing
  1689. [173c]should begin editing: Should the object start editing?
  1690.     should begin editing  reference  -- the object for the command
  1691.         [object  text]  -- the object that is to be edited
  1692. selection changed
  1693. uCselection changed: The selection of the object changed
  1694.     selection changed  reference  -- the object for the command
  1695. changed
  1696. changed: The contents of the object changed
  1697.     changed  reference  -- the object for the command
  1698.     highlight
  1699. [86c]highlight: Highlight the object
  1700.     highlight  reference  -- the object for the command
  1701. pause
  1702. pause: Pause the current acitivity
  1703.     pause  reference  -- the object for the command
  1704. action
  1705. action: An action occurred for the object
  1706.     action  reference  -- the object for the command
  1707. synchronize
  1708. synchronize: Synchronize the object
  1709.     synchronize  reference  -- the object for the command
  1710. selection changing
  1711. { selection changing: The selection of the object is changing
  1712.     selection changing  reference  -- the object for the command
  1713.     increment
  1714. increment: Increment the object
  1715.     increment  reference  -- the object for the command
  1716.         by  real  -- the amount to increment by
  1717. start
  1718. [74c]start: Start the object
  1719.     start  reference  -- the object for the command
  1720. scroll
  1721. [169c]scroll: Scroll
  1722.     scroll  reference  -- the object for the command
  1723.         [item at index  integer]  -- the index of the item to scroll to
  1724.         [to]  -- the location to scroll to
  1725. clicked
  1726. clicked: The object was clicked
  1727.     clicked  reference  -- the object for the command
  1728. resume
  1729. resume: Resume the previous activity
  1730.     resume  reference  -- the object for the command
  1731. end editing
  1732. end editing: End editing the object
  1733.     end editing  reference  -- the object for the command
  1734. GBplay: Play the object
  1735.     play  reference  -- the object for the command
  1736. step forward
  1737. step forward: Step forward
  1738.     step forward  reference  -- the object for the command
  1739. will dismiss
  1740. will dismiss: The object will be dismissed
  1741.     will dismiss  reference  -- the object for the command
  1742. [51c]Control View Suite: Classes representing controls
  1743. Control View Suite
  1744.     data cell
  1745. [537c]Class data cell: a cell in a data source
  1746. Plural form:
  1747.     data cells
  1748. Elements:
  1749.     data item by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1750.     data row by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1751. Properties:
  1752.     <Inheritance>  item  [r/o]  -- All of the properties of the superclass.
  1753.     content  anything  -- the contents of the cell
  1754.     name  Unicode text  -- the name of the cell
  1755.     contents  anything  -- the contents of the cell
  1756. [522c]
  1757. outline view
  1758. B8Class outline view: An outline view
  1759. Plural form:
  1760.     outline views
  1761. Elements:
  1762.     table column by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1763.     split view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1764.     image view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1765.     tab view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1766.     popup button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1767.     clip view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1768.     secure text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1769.     button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1770.     outline view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1771.     combo box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1772.     text view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1773.     matrix by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1774.     progress indicator by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1775.     table view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1776.     box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1777.     scroll view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1778.     table header view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1779.     color well by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1780.     text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1781.     movie view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1782.     view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1783.     control by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1784.     slider by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1785.     stepper by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1786.     browser by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1787.     data source by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1788. Properties:
  1789.     <Inheritance>  table view  [r/o]  -- All of the properties of the superclass.
  1790.     outline table column  table column  -- the table column that contains the outline
  1791.     auto resizes outline column  boolean  -- Should the outline column be automatically resized?
  1792.     marker follows cell  boolean  -- Should the marker follow the cells
  1793.     indentation per level  small real  -- the amount to indent per level
  1794.     auto save expanded items  boolean  -- Should the expanded state of the outline items be automatically save?
  1795. [1642c]
  1796. table column
  1797. [651c]Class table column: A table column
  1798. Plural form:
  1799.     table columns
  1800. Properties:
  1801.     <Inheritance>  item  [r/o]  -- All of the properties of the superclass.
  1802.     editable  boolean  -- Is the column editable?
  1803.     data cell  cell  -- the data cell for the column
  1804.     header cell  cell  -- the header cell for the column
  1805.     table view  table view  -- the table view that contains the table column
  1806.     resizable  boolean  -- Is the column resizable?
  1807.     width  small real  -- the width of the column
  1808.     minimum width  small real  -- the minimum width of the column
  1809.     identifier  anything  -- the identifier of the column
  1810.     maximum width  small real  -- the maximum width of the column
  1811. [922c]
  1812. browser
  1813. [4769c]Class browser: A browser for navigating hierarchical data
  1814. Plural form:
  1815.     browsers
  1816. Elements:
  1817.     cell by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1818.     split view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1819.     image view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1820.     tab view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1821.     popup button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1822.     clip view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1823.     secure text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1824.     button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1825.     outline view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1826.     combo box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1827.     text view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1828.     matrix by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1829.     progress indicator by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1830.     table view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1831.     box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1832.     scroll view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1833.     table header view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1834.     color well by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1835.     text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1836.     movie view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1837.     view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1838.     control by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1839.     slider by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1840.     stepper by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1841.     browser by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1842. Properties:
  1843.     <Inheritance>  control  [r/o]  -- All of the properties of the superclass.
  1844.     minimum column width  small real  -- the maximum width of a column
  1845.     path  Unicode text  -- the path that represents the selected item
  1846.     first visible column  integer  -- the first visible column in the browser?
  1847.     cell prototype  cell  -- the prototype cell for the browser
  1848.     reuses columns  boolean  -- Should the browser reuse its columns?
  1849.     title height  small real  [r/o]  -- the height of the title
  1850.     titled  boolean  -- Does the browser use titles?
  1851.     displayed cell  browser cell  -- the cell being displayed in the browser
  1852.     accepts arrow keys  boolean  -- Does the browser accept arrow keys?
  1853.     selected column  integer  -- the currently selected column
  1854.     selected cell  cell  -- the currently selected cell
  1855.     path separator  Unicode text  -- the string to use as the separator of the path
  1856.     maximum visible columns  integer  -- the total number of visible columns
  1857.     last visible column  integer  -- the last visible column in the browser
  1858.     has horizontal scroller  boolean  -- Does the browser have a horizontal scroll bar?
  1859.     allows empty selection  boolean  -- Can there be an empty selection?
  1860.     last column  integer  -- the last column in the browser
  1861.     loaded  boolean  [r/o]  -- Is the data for the browser loaded?
  1862.     allows branch selection  boolean  -- Does the browser allow selection of the branch item?
  1863.     send action on arrow key  boolean  -- Should the browser act on arrow keys?
  1864.     separates columns  boolean  -- Should the columns be separated?
  1865.     uses title from previous column  boolean  -- Should the browser use the value of the previous column for the title of the next column?
  1866.     allows multiple selection  boolean  -- Can there be multiple items selected?
  1867. [3082c]
  1868. table view
  1869. [5281c]Class table view: A table view
  1870. Plural form:
  1871.     table views
  1872. Elements:
  1873.     table column by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1874.     split view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1875.     image view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1876.     tab view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1877.     popup button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1878.     clip view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1879.     secure text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1880.     button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1881.     outline view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1882.     combo box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1883.     text view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1884.     matrix by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1885.     progress indicator by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1886.     table view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1887.     box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1888.     scroll view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1889.     table header view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1890.     color well by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1891.     text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1892.     movie view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1893.     view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1894.     control by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1895.     slider by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1896.     stepper by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1897.     browser by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1898.     data source by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1899. Properties:
  1900.     <Inheritance>  control  [r/o]  -- All of the properties of the superclass.
  1901.     auto save table columns  boolean  -- Should the table columns be automatically saved?
  1902.     grid color  color  -- the color of the grid
  1903.     selected data row  data row  -- the data row that is selected
  1904.     corner view  view  -- the corner view
  1905.     header view  table header view  -- the header view
  1906.     clicked data row  data row  [r/o]  -- the data row that was clicked
  1907.     edited row  integer  [r/o]  -- the index of the row being edited
  1908.     selected data columns  list  -- the data columns that are selected
  1909.     selected data column  data column  -- the data column that is selected
  1910.     selected column  integer  -- the index of the selected column
  1911.     edited column  integer  [r/o]  -- the index of the column being edited
  1912.     allows column resizing  boolean  -- Can the columns be resized?
  1913.     clicked data column  data column  [r/o]  -- the data column that was clicked
  1914.     background color  color  -- the background color
  1915.     intercell spacing  point  -- the space between cells
  1916.     allows empty selection  boolean  -- Should the table view allow an empty selection?
  1917.     allows column selection  boolean  -- Can columns be selected?
  1918.     edited data row  data row  [r/o]  -- the data row being edited
  1919.     row height  small real  -- the height of the row
  1920.     draws grid  boolean  -- Should the table view draw its grids
  1921.     selected rows  list  -- the indices of the selected rows
  1922.     clicked row  integer  [r/o]  -- the index of the row that was clicked
  1923.     allows column reordering  boolean  -- Can the columns be reordered?
  1924.     auto save name  Unicode text  -- the name of the table to automatically save as?
  1925.     edited data column  data column  [r/o]  -- the data column being edited
  1926.     selected columns  list  -- the indices of the selected columns
  1927.     auto resizes all columns to fit  boolean  -- Should the columns automatically be resized to fit?
  1928.     selected data rows  list  -- the data rows that are selected
  1929.     clicked column  integer  [r/o]  -- the index of the column that was clicked
  1930.     allows multiple selection  boolean  -- Should the table view allow multiple selection?
  1931.     selected row  integer  -- the index of the selected row
  1932. [3882c]
  1933. browser cell
  1934. [304c]Class browser cell: A browser cell
  1935. Plural form:
  1936.     browser cells
  1937. Properties:
  1938.     <Inheritance>  cell  [r/o]  -- All of the properties of the superclass.
  1939.     alternate image  anything  -- the alternate image for the browser cell
  1940.     leaf  anything  -- Is this a leaf cell?
  1941.     loaded  anything  -- Is the cell loaded?
  1942.     data item
  1943. [741c]Class data item: An item in a data source (outline)
  1944. Plural form:
  1945.     data items
  1946. Elements:
  1947.     data item by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1948.     data cell by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1949.     data column by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1950. Properties:
  1951.     <Inheritance>  data row  [r/o]  -- All of the properties of the superclass.
  1952.     has parent data item  boolean  [r/o]  -- Does this item have a parent item?
  1953.     parent data item  data item  -- the parent item for the item
  1954.     has data items  boolean  [r/o]  -- Does this item have any data items?
  1955. data column
  1956. [734c]Class data column: A column in a data source
  1957. Plural form:
  1958.     data columns
  1959. Elements:
  1960.     data column by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1961.     data row by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1962. Properties:
  1963.     <Inheritance>  item  [r/o]  -- All of the properties of the superclass.
  1964.     name  Unicode text  -- the name of the column
  1965.     sort type  -- the type of sort (alphabetical, numerical)
  1966.     data source  data source  [r/o]  -- the data source for the column
  1967.     sort case sensitivity  -- the case sensitivitiy of the sort (case sensitive, case insensitive)
  1968.     sort order  -- the order of the sort (ascending, descending)
  1969. data source
  1970. [1010c]Class data source: A data source
  1971. Plural form:
  1972.     data sources
  1973. Elements:
  1974.     view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1975.     data item by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1976.     data cell by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1977.     data column by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1978.     data row by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1979. Properties:
  1980.     <Inheritance>  item  [r/o]  -- All of the properties of the superclass.
  1981.     sort column  data column  -- the data column to sort the data on
  1982.     sorted  boolean  -- Should the data source be sorted?
  1983.     localized sort  boolean  -- Should the data be sorted using localization rules?
  1984.     update views  boolean  -- Should views of the data source be updated?
  1985. [722c]
  1986. table header view
  1987. [3283c]Class table header view: A table header view
  1988. Plural form:
  1989.     table header views
  1990. Elements:
  1991.     split view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1992.     image view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1993.     tab view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1994.     popup button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1995.     clip view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1996.     secure text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1997.     button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1998.     outline view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  1999.     combo box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2000.     text view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2001.     matrix by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2002.     progress indicator by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2003.     table view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2004.     box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2005.     scroll view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2006.     table header view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2007.     color well by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2008.     text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2009.     movie view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2010.     view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2011.     control by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2012.     slider by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2013.     stepper by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2014.     browser by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2015. Properties:
  2016.     <Inheritance>  view  [r/o]  -- All of the properties of the superclass.
  2017.     resized column  integer  [r/o]  -- the column that was resized
  2018.     dragged distance  small real  [r/o]  -- the distance that the column was dragged
  2019.     dragged column  integer  [r/o]  -- index of the column dragged
  2020.     table view  table view  -- the table view that contains the table header view
  2021. [1542c]
  2022. data row
  2023. [535c]Class data row: A row in a data source (table)
  2024. Plural form:
  2025.     data rows
  2026. Elements:
  2027.     data cell by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2028.     data column by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2029. Properties:
  2030.     <Inheritance>  item  [r/o]  -- All of the properties of the superclass.
  2031.     associated object  anything  -- an object that can be associated with the row
  2032.     data source  data source  [r/o]  -- the data source
  2033. table header cell
  2034. [175c]Class table header cell: A table header cell
  2035. Plural form:
  2036.     table header cells
  2037. Properties:
  2038.     <Inheritance>  text field cell  [r/o]  -- All of the properties of the superclass.
  2039. column resized
  2040. column resized: the column was resized
  2041.     column resized  reference  -- the object for the command
  2042.         table column  table column  -- the column that was resized
  2043.         old width  small real  -- the previous width of the column
  2044. should select row
  2045. Eshould select row: Should the row be selected?
  2046.     should select row  reference  -- the object for the command
  2047.         row  unsigned integer  -- the index of the row to be selected
  2048. cell value
  2049. [218c]cell value: return the value of the cell in the table view
  2050.     cell value  reference  -- the object for the command
  2051.         row  unsigned integer  -- the row of the cell
  2052.         table column  table column  -- the column of the cell
  2053. will display item cell
  2054. [293c]will display item cell: the cell is about to be displayed
  2055.     will display item cell  reference  -- the object for the command
  2056.         [outline item  anything]  -- the item
  2057.         cell  cell  -- the cell that is about to be displayed
  2058.         table column  table column  -- the column of the cell to be displayed
  2059. [422c]
  2060. should expand item
  2061. [152c]should expand item: Should the item be expanded?
  2062.     should expand item  reference  -- the object for the command
  2063.         [outline item  anything]  -- the item
  2064. item expandable
  2065. item expandable: Is the item expandable?
  2066.     item expandable  reference  -- the object for the command
  2067.         [outline item  anything]  -- the item
  2068. change cell value
  2069. [270c]change cell value: change the value of the cell
  2070.     change cell value  reference  -- the object for the command
  2071.         value  anything  -- the new value
  2072.         row  unsigned integer  -- the row of the cell to change
  2073.         table column  table column  -- the column of the cell to change
  2074. item value
  2075. [192c]item value: return the value of the item
  2076.     item value  reference  -- the object for the command
  2077.         [outline item  anything]  -- the item
  2078.         table column  table column  -- the column of the item
  2079. number of rows
  2080. [119c]number of rows: return the number of rows in the table view
  2081.     number of rows  reference  -- the object for the command
  2082. child of item
  2083. [271c]child of item: return the item that is the child of the given item
  2084.     child of item  reference  -- the object for the command
  2085.         [outline item  anything]  -- the item that contains the child item
  2086.         child  unsigned integer  -- the index of the child item of the given child
  2087. number of browser rows
  2088. [216c]number of browser rows: return the number of rows in the browser view for the given column
  2089.     number of browser rows  reference  -- the object for the command
  2090.         in column  unsigned integer  -- the index of the column
  2091. append
  2092. append: appends the provided list of lists or list of records to a data source
  2093.     append  reference  -- the object for the command
  2094.         with  list  -- the list of lists or list of records to append
  2095. should selection change
  2096. should selection change: Should the selection change?
  2097.     should selection change  reference  -- the object for the command
  2098. change item value
  2099. [263c]change item value: change the value of the item
  2100.     change item value  reference  -- the object for the command
  2101.         value  anything  -- the new value
  2102.         [outline item  anything]  -- the item to change
  2103.         table column  table column  -- the column of the item to change 
  2104. column moved
  2105. \column moved: the column was moved
  2106.     column moved  reference  -- the object for the command
  2107.         new column  integer  -- the index of the new column position
  2108.         old column  integer  -- the index of the old column position
  2109. will display outline cell
  2110. [299c]will display outline cell: the cell is about to be displayed
  2111.     will display outline cell  reference  -- the object for the command
  2112.         [outline item  anything]  -- the item
  2113.         cell  cell  -- the cell that is about to be displayed
  2114.         table column  table column  -- the column of the cell to be displayed
  2115. should collapse item
  2116. [157c]should collapse item: Should the item be collapsed?
  2117.     should collapse item  reference  -- the object for the command
  2118.         [outline item  anything]  -- the item
  2119. number of items
  2120. [156c]number of items: the number of items for the given item
  2121.     number of items  reference  -- the object for the command
  2122.         [outline item  anything]  -- the item
  2123. should select item
  2124. _should select item: Should the item be selected?
  2125.     should select item  reference  -- the object for the command
  2126.         [outline item  anything]  -- the item
  2127. column clicked
  2128. [159c]column clicked: the column was clicked
  2129.     column clicked  reference  -- the object for the command
  2130.         table column  table column  -- the column that was clicked
  2131. item for
  2132. item for: returns the item for the given row in a data view
  2133.     item for  reference  -- the object for the command
  2134.         row  unsigned integer  -- the row of the data view
  2135. will display cell
  2136. -3will display cell: the cell is about to be displayed
  2137.     will display cell  reference  -- the object for the command
  2138.         row  unsigned integer  -- the row of the cell to be displayed
  2139.         cell  cell  -- the cell that is to be displayed
  2140.         table column  table column  -- the column of the cell to be displayed
  2141. should select column
  2142. should select column: Should the column be selected?
  2143.     should select column  reference  -- the object for the command
  2144.         table column  table column  -- the column to be selected
  2145. will display browser cell
  2146. [350c]will display browser cell: the browser cell is about to be displayed
  2147.     will display browser cell  reference  -- the object for the command
  2148.         row  unsigned integer  -- the index of the row for the given cell
  2149.         browser cell  browser cell  -- the cell that is to be displayed
  2150.         in column  unsigned integer  -- the index of the column for the given cell
  2151. [76c]Data View Suite: Classes representing views that deal with organized data.
  2152. Data View Suite
  2153. document
  2154. [495c]Class document: A document
  2155. Plural form:
  2156.     documents
  2157. Elements:
  2158.     window by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2159. Properties:
  2160.     <Inheritance>  responder  [r/o]  -- All of the properties of the superclass.
  2161.     name  Unicode text  [r/o]  -- the name of the document
  2162.     file name  Unicode text  -- the file name of the document
  2163.     file type  Unicode text  -- the file type of the document
  2164.     modified  boolean  -- Has the document been modified?
  2165. write to file
  2166. write to file: Write data to the file with the given name and type
  2167.     write to file  reference  -- the object for the command
  2168.         path name  Unicode text  -- the path name (POSIX) of the file to write to
  2169.         of type  Unicode text  -- the type (extension) of the file
  2170. load data representation
  2171. load data representation: Request to update the document with the provided data
  2172.     load data representation  reference  -- the object for the command
  2173.         of type  Unicode text  -- the type (extension) of the data loaded from the document
  2174.         with data  anything  -- the data to loaded from the document
  2175. read from file
  2176. [266c]read from file: Read data from the file with the given name and type
  2177.     read from file  reference  -- the object for the command
  2178.         path name  Unicode text  -- the path name (POSIX) of the file to read from
  2179.         of type  Unicode text  -- the type (extension) of the file
  2180. data representation
  2181. data representation: Request for data to be stored in the document
  2182.     data representation  reference  -- the object for the command
  2183.         of type  Unicode text  -- the type (extension) of the data requested
  2184. [59c]Document Suite: Classes and events representing documents
  2185. Document Suite
  2186.     drag info
  2187. Class drag info: Information about the current dragging operation
  2188. Plural form:
  2189.     drag infos
  2190. Properties:
  2191.     <Inheritance>  item  [r/o]  -- All of the properties of the superclass.
  2192.     destination window  window  [r/o]  -- the destination window for the dragging operation
  2193.     source  anything  [r/o]  -- the source of the dragged data
  2194.     image location  point  [r/o]  -- the location of the image being dragged
  2195.     source mask  integer  [r/o]  -- defines the type of drag (drag operation link, drag operation copy, drag operation generic)
  2196.     pasteboard  pasteboard  [r/o]  -- the pasteboard containing the drag data
  2197.     sequence number  integer  [r/o]  -- the unique identifier for the dragging operation
  2198.     location  point  [r/o]  -- the current location in the destination window for the dragging operation
  2199.     image  image  [r/o]  -- the image being dragged
  2200. drag entered
  2201. drag entered: The drag has moved into the receiver
  2202.     drag entered  reference  -- the object for the command
  2203.         drag info  drag info  -- the information about the drag operation
  2204. drag updated
  2205.     drag updated: The drag has moved within the receiver
  2206.     drag updated  reference  -- the object for the command
  2207.         drag info  drag info  -- the information about the drag operation
  2208. drag: A drag operation has begun
  2209.     drag  reference  -- the object for the command
  2210.         drag info  drag info  -- the information about the drag operation
  2211. [165c]drop: The drag has been dropped on the receiver
  2212.     drop  reference  -- the object for the command
  2213.         drag info  drag info  -- the information about the drag operation
  2214. drag exited
  2215. drag exited: The drag has moved out of the receiver
  2216.     drag exited  reference  -- the object for the command
  2217.         drag info  drag info  -- the information about the drag operation
  2218. conclude drop
  2219. [209c]conclude drop: Conclude the drag operation that resulted in a drop on the receiver
  2220.     conclude drop  reference  -- the object for the command
  2221.         drag info  drag info  -- the information about the drag operation
  2222. prepare drop
  2223. [184c]prepare drop: Prepare for the drop of a dragging operation
  2224.     prepare drop  reference  -- the object for the command
  2225.         drag info  drag info  -- the information about the drag operation
  2226. Drag and Drop Suite: Classes and events to support drag and drop
  2227. Drag and Drop Suite
  2228. [538c]Class menu: A menu
  2229. Plural form:
  2230.     menus
  2231. Elements:
  2232.     menu item by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2233.     menu by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2234. Properties:
  2235.     <Inheritance>  item  [r/o]  -- All of the properties of the superclass.
  2236.     auto enables items  boolean  -- Should the menu auto enable its items?
  2237.     title  Unicode text  -- the title of the menu
  2238.     super menu  menu  -- the menu that contains this menu
  2239.     menu item
  2240. [860c]Class menu item: A menu item
  2241. Plural form:
  2242.     menu items
  2243. Properties:
  2244.     <Inheritance>  item  [r/o]  -- All of the properties of the superclass.
  2245.     key equivalent modifier  unsigned integer  -- the modifier key for the key equivalent
  2246.     has sub menu  boolean  [r/o]  -- Does the menu item have a sub menu?
  2247.     sub menu  menu  -- the sub menu of the menu item (if any)
  2248.     title  Unicode text  -- the title of the menu item
  2249.     image  image  -- the image for the menu item
  2250.     menu  menu  -- the menu that contains the menu item
  2251.     separator item  boolean  -- Is the menu item a separator item?
  2252.     enabled  boolean  -- Is the menu item enabled?
  2253.     state  integer  -- the state of the menu item
  2254.     key equivalent  Unicode text  -- the key equivalent to select the menu item
  2255.     associated object  anything  -- the object associated with the menu item
  2256.     tag  integer  -- the tag of the menu item
  2257. [1182c]
  2258. update menu item
  2259. [113c]update menu item: Update the state of the menu item
  2260.     update menu item  reference  -- the object for the command
  2261. choose menu item
  2262. [102c]choose menu item: A menu item was chosen
  2263.     choose menu item  reference  -- the object for the command
  2264. Menu Suite: Classes representing menus and menu items
  2265. Menu Suite
  2266. alert reply
  2267. [259c]Class alert reply: Reply record for display alert command
  2268. Plural form:
  2269.     alert replies
  2270. Properties:
  2271.     <Inheritance>  item  [r/o]  -- All of the properties of the superclass.
  2272.     button returned  Unicode text  [r/o]  -- the button that was clicked to end the alert
  2273. font-panel
  2274. [3155c]Class font-panel: The font panel
  2275. Plural form:
  2276.     font-panels
  2277. Elements:
  2278.     split view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2279.     image view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2280.     tab view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2281.     popup button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2282.     clip view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2283.     secure text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2284.     button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2285.     combo box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2286.     text view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2287.     matrix by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2288.     progress indicator by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2289.     table view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2290.     box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2291.     scroll view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2292.     table header view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2293.     color well by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2294.     text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2295.     movie view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2296.     view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2297.     drawer by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2298.     control by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2299.     slider by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2300.     stepper by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2301.     browser by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2302.     document by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2303. Properties:
  2304.     <Inheritance>  panel  [r/o]  -- All of the properties of the superclass.
  2305.     enabled  boolean  -- Is the panel enabled?
  2306.     font  font  -- The font
  2307. [1362c]
  2308. panel
  2309. [3124c]Class panel: A panel
  2310. Plural form:
  2311.     panels
  2312. Elements:
  2313.     split view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2314.     image view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2315.     tab view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2316.     popup button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2317.     clip view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2318.     secure text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2319.     button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2320.     combo box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2321.     text view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2322.     matrix by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2323.     progress indicator by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2324.     table view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2325.     box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2326.     scroll view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2327.     table header view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2328.     color well by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2329.     text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2330.     movie view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2331.     view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2332.     drawer by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2333.     control by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2334.     slider by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2335.     stepper by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2336.     browser by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2337.     document by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2338. Properties:
  2339.     <Inheritance>  window  [r/o]  -- All of the properties of the superclass.
  2340.     floating  boolean  -- Is the panel a floating panel?
  2341. [1282c]
  2342. dialog reply
  2343. [505c]Class dialog reply: Reply record for display dialog command
  2344. Plural form:
  2345.     dialog replies
  2346. Properties:
  2347.     <Inheritance>  item  [r/o]  -- All of the properties of the superclass.
  2348.     button returned  Unicode text  [r/o]  -- name of button chosen (empty if 'giving up after' was supplied and dialog timed out)
  2349.     text returned  Unicode text  [r/o]  -- text entered (present only if 'default answer' was supplied)
  2350.     gave up  boolean  [r/o]  -- Did the dialog time out? (present only if 'giving up after' as supplied)
  2351. [502c]
  2352. save-panel
  2353. [3529c]Class save-panel: The save panel
  2354. Plural form:
  2355.     save-panels
  2356. Elements:
  2357.     split view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2358.     image view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2359.     tab view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2360.     popup button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2361.     clip view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2362.     secure text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2363.     button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2364.     combo box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2365.     text view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2366.     matrix by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2367.     progress indicator by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2368.     table view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2369.     box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2370.     scroll view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2371.     table header view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2372.     color well by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2373.     text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2374.     movie view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2375.     view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2376.     drawer by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2377.     control by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2378.     slider by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2379.     stepper by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2380.     browser by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2381.     document by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2382. Properties:
  2383.     <Inheritance>  panel  [r/o]  -- All of the properties of the superclass.
  2384.     required file type  Unicode text  -- the required file type for the panel
  2385.     title  Unicode text  -- the title of the panel
  2386.     prompt  Unicode text  -- the prompt to display for the panel
  2387.     path name  Unicode text  [r/o]  -- the path name
  2388.     treat packages as directories  boolean  -- Should the panel treat packages as directories?
  2389.     directory  Unicode text  -- the directory to use in the panel
  2390.     expanded  boolean  [r/o]  -- Is the panel expanded?
  2391. [1802c]
  2392. color-panel
  2393. [3361c]Class color-panel: The color panel
  2394. Plural form:
  2395.     color-panels
  2396. Elements:
  2397.     split view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2398.     image view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2399.     tab view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2400.     popup button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2401.     clip view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2402.     secure text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2403.     button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2404.     combo box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2405.     text view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2406.     matrix by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2407.     progress indicator by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2408.     table view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2409.     box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2410.     scroll view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2411.     table header view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2412.     color well by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2413.     text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2414.     movie view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2415.     view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2416.     drawer by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2417.     control by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2418.     slider by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2419.     stepper by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2420.     browser by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2421.     document by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2422. Properties:
  2423.     <Inheritance>  panel  [r/o]  -- All of the properties of the superclass.
  2424.     color mode  -- the color mode for the panel
  2425.     color  color  -- the color
  2426.     alpha  small real  -- the alpha value for the color
  2427.     shows alpha  boolean  -- Should the panel show the alpha value?
  2428.     continuous  boolean  -- Should the color panel send color changes continuously?
  2429. open-panel
  2430. [3338c]Class open-panel: The open panel
  2431. Plural form:
  2432.     open-panels
  2433. Elements:
  2434.     split view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2435.     image view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2436.     tab view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2437.     popup button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2438.     clip view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2439.     secure text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2440.     button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2441.     combo box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2442.     text view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2443.     matrix by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2444.     progress indicator by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2445.     table view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2446.     box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2447.     scroll view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2448.     table header view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2449.     color well by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2450.     text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2451.     movie view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2452.     view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2453.     drawer by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2454.     control by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2455.     slider by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2456.     stepper by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2457.     browser by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2458.     document by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2459. Properties:
  2460.     <Inheritance>  save-panel  [r/o]  -- All of the properties of the superclass.
  2461.     can choose directories  boolean  -- Can directories be selected?
  2462.     can choose files  boolean  -- Can files be selected?
  2463.     path names  list  [r/o]  -- list of path names chosen
  2464.     allows multiple selection  boolean  -- Can multiple items be selected?
  2465. close panel
  2466. [138c]close panel: Closes a panel.
  2467.     close panel  reference  -- the object for the command
  2468.         [with result  integer]  -- the result of the panel
  2469. alert ended
  2470. [155c]alert ended: The alert has ended
  2471.     alert ended  reference  -- the object for the command
  2472.         [with reply  alert reply]  -- the reply returned from the alert
  2473. display dialog
  2474. [555c]display dialog: Display a dialog box, optionally requesting user input
  2475.     display dialog  reference  -- the object for the command
  2476.         [default answer  Unicode text]  -- the default editable text
  2477.         [buttons  list]  -- a list of up to three button names
  2478.         [giving up after  integer]  -- number of seconds to wait before automatically dismissing the dialog
  2479.         [attached to  window]  -- the window to attach the dialog to
  2480.         [with icon  anything]  -- the name or ID of the icon to display
  2481.         [default button  anything]  -- the name or number of the default button
  2482. display panel
  2483. [531c]display panel: Display a panel (Deprecated -- Please use 'display' instead)
  2484.     display panel  reference  -- the object for the command
  2485.         [afterwards calling  data]  -- the script to run when the panel is finished
  2486.         [in directory  Unicode text]  -- the starting directory (for open/save panels)
  2487.         [for file types  list]  -- a list of file extension that are allowed (for open/save panels)
  2488.         [with file name  Unicode text]  -- the default file name (for open/save panels)
  2489.         [attached to  window]  -- the window to attach the panel to
  2490. load panel
  2491. Hload panel: Load a panel with a given name
  2492.     load panel  reference  -- the object for the command
  2493.         from nib  Unicode text  -- the name of the nib to get the panel from
  2494. display alert
  2495. Kdisplay alert: Display an alert
  2496.     display alert  reference  -- the object for the command
  2497.         [attached to  window]  -- the window to attach the alert to
  2498.         [afterwards calling  data]  -- the script to run when the alert is finished
  2499.         [default button  Unicode text]  -- the title of the default button
  2500.         [other button  Unicode text]  -- the title of the other button
  2501.         [alternate button  Unicode text]  -- the title of the alternate button
  2502.         [message  Unicode text]  -- the message for the alert
  2503.         [as]  -- the type of alert
  2504. [942c]
  2505. dialog ended
  2506. [160c]dialog ended: The dialog has ended
  2507.     dialog ended  reference  -- the object for the command
  2508.         [with reply  dialog reply]  -- the reply returned from the dialog
  2509. display
  2510. [482c]display: Display the given panel
  2511.     display  reference  -- the object for the command
  2512.         [afterwards calling  data]  -- the script to run when the panel is finished
  2513.         [in directory  Unicode text]  -- the starting directory (for open/save panels)
  2514.         [for file types  list]  -- a list of file extension that are allowed (for open/save panels)
  2515.         [with file name  Unicode text]  -- the default file name (for open/save panels)
  2516.         [attached to  window]  -- the window to attach the panel to
  2517. panel ended
  2518. [153c]panel ended: The panel has ended
  2519.     panel ended  reference  -- the object for the command
  2520.         [with result  integer]  -- the result returned from the panel
  2521. [62c]Panel Suite: Classes representing standard panels and alerts
  2522. Panel Suite
  2523. [3920c]Class text: The base class for text view
  2524. Plural form:
  2525.     text
  2526. Elements:
  2527.     split view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2528.     image view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2529.     tab view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2530.     popup button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2531.     clip view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2532.     secure text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2533.     button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2534.     outline view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2535.     combo box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2536.     text view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2537.     matrix by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2538.     progress indicator by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2539.     table view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2540.     box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2541.     scroll view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2542.     table header view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2543.     color well by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2544.     text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2545.     movie view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2546.     view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2547.     control by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2548.     slider by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2549.     stepper by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2550.     browser by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2551. Properties:
  2552.     <Inheritance>  view  [r/o]  -- All of the properties of the superclass.
  2553.     editable  boolean  -- Is the view editable?
  2554.     content  Unicode text  -- the contents of the view
  2555.     text color  color  -- the color of the text
  2556.     uses font panel  boolean  -- Can the view use the font panel?
  2557.     background color  color  -- the background color of the view
  2558.     alignment  -- the alignment of the text
  2559.     font  font  -- the font for the view
  2560.     vertically resizable  boolean  -- Is the view vertically resizable?
  2561.     imports graphics  boolean  -- Should the view import graphics?
  2562.     draws background  boolean  -- Should the view draw its background?
  2563.     rich text  boolean  -- Does the text in the Rich Text Format? 
  2564.     field editor  boolean  -- Is this a field editor?
  2565.     contents  Unicode text  -- the contents of the view
  2566.     minimum size  point  -- the minimum size of the view
  2567.     selectable  boolean  -- Is the view selectable?
  2568.     horizontally resizable  boolean  -- Is the view horizontally resizable
  2569.     maximum size  point  -- the maximum size of the view
  2570. [2482c]
  2571.     text view
  2572. [3560c]Class text view: A text view
  2573. Plural form:
  2574.     text views
  2575. Elements:
  2576.     split view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2577.     image view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2578.     tab view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2579.     popup button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2580.     clip view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2581.     secure text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2582.     button by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2583.     outline view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2584.     combo box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2585.     text view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2586.     matrix by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2587.     progress indicator by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2588.     table view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2589.     box by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2590.     scroll view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2591.     table header view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2592.     color well by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2593.     text field by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2594.     movie view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2595.     view by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2596.     control by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2597.     slider by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2598.     stepper by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2599.     browser by name, by numeric index, before/after another element, as a range of elements, satisfying a test, by ID
  2600.     text by numeric index, before/after another element, as a range of elements, satisfying a test
  2601. Properties:
  2602.     <Inheritance>  text  [r/o]  -- All of the properties of the superclass.
  2603.     allows undo  boolean  -- Should the text view allow undo?
  2604.     uses ruler  boolean  -- Should the text view use rulers?
  2605.     ruler visible  boolean  -- Is the ruler visible?
  2606.     text container origin  point  [r/o]  -- the origin of the text container
  2607.     text container inset  point  -- the amount of inset for the text container
  2608.     spell checking enabled  boolean  -- Is spell checking enabled for the text view?
  2609.     smart insert delete enabled  boolean  -- Is the smart insertion and deletion of text enabled?
  2610. [1782c]
  2611. [50c]Text View Suite: Classes representing text views
  2612. Text View Suite
  2613. dictionary name
  2614. Parse-Gen Test
  2615.